home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Markets / Education / HyperCard In Education / Novel Template / background_2796.txt < prev    next >
Text File  |  1990-04-02  |  5KB  |  233 lines

  1. -- background: 2796 from stack: in
  2. -- bmap block id: 18274
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Novel Menu
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2005
  11. -- rect: left=53 top=118 right=140 bottom=73
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Characters
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set hilite of bkgnd button "Characters" to false
  23.   visual effect dissolve
  24.   go to card "Character Menu"
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 12 (field)
  30. -- low flags: 01
  31. -- high flags: 0000
  32. -- rect: left=77 top=119 right=140 bottom=263
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 33
  37. -- text size: 14
  38. -- style flags: 256
  39. -- line height: 18
  40. -- part name: 
  41.  
  42.  
  43. -- part 16 (field)
  44. -- low flags: 01
  45. -- high flags: 0000
  46. -- rect: left=55 top=87 right=108 bottom=276
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 0
  50. -- font id: 33
  51. -- text size: 14
  52. -- style flags: 256
  53. -- line height: 18
  54. -- part name: 
  55.  
  56.  
  57. -- part 22 (field)
  58. -- low flags: 01
  59. -- high flags: 0000
  60. -- rect: left=77 top=172 right=195 bottom=324
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 0
  64. -- font id: 33
  65. -- text size: 14
  66. -- style flags: 256
  67. -- line height: 18
  68. -- part name: Reviewer
  69.  
  70.  
  71. -- part 24 (field)
  72. -- low flags: 01
  73. -- high flags: 0000
  74. -- rect: left=77 top=200 right=221 bottom=421
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 0
  78. -- font id: 33
  79. -- text size: 14
  80. -- style flags: 256
  81. -- line height: 18
  82. -- part name: Author
  83.  
  84.  
  85. -- part 25 (field)
  86. -- low flags: 01
  87. -- high flags: 0000
  88. -- rect: left=77 top=145 right=166 bottom=263
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 0
  92. -- font id: 33
  93. -- text size: 14
  94. -- style flags: 256
  95. -- line height: 18
  96. -- part name: 
  97.  
  98.  
  99. -- part 28 (button)
  100. -- low flags: 00
  101. -- high flags: 2005
  102. -- rect: left=53 top=145 right=167 bottom=73
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: plot
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   visual effect dissolve
  114.   set hilite of bkgnd button "Plot" to false
  115.   go to card "Plot Menu"
  116. end mouseUp
  117.  
  118.  
  119.  
  120. -- part 29 (button)
  121. -- low flags: 00
  122. -- high flags: 2005
  123. -- rect: left=53 top=172 right=195 bottom=73
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: review
  132. ----- HyperTalk script -----
  133. on mouseUp
  134.   set hilite of bkgnd button "Review" to false
  135.   put field "Reviewer" of card "Novel Menu" into bkgnd field "Reviewer" of card "Review"
  136.   visual effect dissolve
  137.   go to card "Review"
  138. end mouseUp
  139.  
  140.  
  141.  
  142. -- part 30 (button)
  143. -- low flags: 00
  144. -- high flags: 2005
  145. -- rect: left=53 top=199 right=221 bottom=74
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: Author
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   set hilite of bkgnd button "Author" to false
  157.   delete line 1 of bkgnd field "Author" of card "Author"
  158.   put field "Author" of card "Novel Menu" into bkgnd field "Author" of card "Author"
  159.   visual effect dissolve
  160.   go to card "Author"
  161. end mouseUp
  162.  
  163.  
  164.  
  165. -- part 31 (button)
  166. -- low flags: 00
  167. -- high flags: 2005
  168. -- rect: left=53 top=226 right=248 bottom=74
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: WhatIf
  177. ----- HyperTalk script -----
  178. on mouseUp
  179.   set hilite of bkgnd button "WhatIf" to false
  180.   put field "whatIf" of card "Novel Menu" into bkgnd field "WhatIf" of card "WhatIf 1"
  181.   visual effect dissolve
  182.   go to card "WhatIf 1"
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 34 (field)
  188. -- low flags: 01
  189. -- high flags: 0000
  190. -- rect: left=77 top=226 right=247 bottom=263
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 0
  194. -- font id: 33
  195. -- text size: 14
  196. -- style flags: 256
  197. -- line height: 18
  198. -- part name: whatIf
  199.  
  200.  
  201. -- part 39 (field)
  202. -- low flags: 01
  203. -- high flags: 0000
  204. -- rect: left=42 top=37 right=69 bottom=130
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 0 / 0
  207. -- text alignment: 0
  208. -- font id: 33
  209. -- text size: 24
  210. -- style flags: 256
  211. -- line height: 32
  212. -- part name: 
  213.  
  214.  
  215. -- part 40 (button)
  216. -- low flags: 00
  217. -- high flags: A002
  218. -- rect: left=16 top=319 right=340 bottom=76
  219. -- title width / last selected line: 0
  220. -- icon id / first selected line: 0 / 0
  221. -- text alignment: 1
  222. -- font id: 0
  223. -- text size: 12
  224. -- style flags: 0
  225. -- line height: 16
  226. -- part name: Return
  227. ----- HyperTalk script -----
  228. on mouseUp
  229.   global ReturnCard
  230.   go ReturnCard
  231. end mouseUp
  232.  
  233.